home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio / Ray Dream Studio (CDRAYD1) (Ray Dream) (1995).iso / DREAMSDK.WIN / INCLUDE / XSCOPAPI.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-18  |  713 b   |  31 lines  |  [TEXT/mdos]

  1. /* $Id: xscopapi.h 1.1 1995/10/18 22:20:15 YannPC Exp $ */
  2.  
  3. #ifndef __XSCOPAPI__
  4. #define __XSCOPAPI__
  5.  
  6. #ifndef __XAPI__
  7. #include "XAPI.h"
  8. #endif
  9.  
  10. #ifndef __XRTYPES__
  11. #include "XRTypes.h"
  12. #endif
  13.  
  14. // Scene Operations API
  15.  
  16. #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
  17. #pragma pointers_in_D0
  18. #endif
  19.  
  20. typedef void (RDXAPITYPE *XSceneOpPrepareProc)(ExternalInstance* data,TScene* scene, TTree* selRoot, long index, long total);
  21. typedef Boolean (RDXAPITYPE *XSceneOpDoItProc)(ExternalInstance* data,TScene* scene, TTree* selRoot, long index, long total);
  22.  
  23.  
  24. #if defined(qPointersD0) && defined(__MWERKS__) && defined(qPowerPC)
  25. #pragma pointers_in_A0
  26. #endif
  27.  
  28.  
  29. #endif
  30.  
  31.